home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000297_news@newsmaster….columbia.edu _Tue Mar 17 15:51:17 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03327
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Mar 1998 15:51:15 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA02628
  7.     for kermit.misc@watsun; Tue, 17 Mar 1998 15:51:15 -0500 (EST)
  8. Path: news.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!cpk-news-hub1.bbnplanet.com!cpk-news-feed4.bbnplanet.com!cpk-news-feed1.bbnplanet.com!news.bbnplanet.com!netnews.jhuapl.edu!usenet
  9. From: Skip Collins <collibf1@jhuapl.edu>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: compiling ckermit with cygnus win32 tools
  12. Date: 17 Mar 1998 15:24:18 -0500
  13. Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
  14. Lines: 14
  15. Sender: collibf1@COLLIBF1
  16. Message-ID: <wk1zw1rrpp.fsf@jhuapl.edu>
  17. References: <wken01miot.fsf@aplcomm.jhuapl.edu>
  18. NNTP-Posting-Host: collibf1-2.jhuapl.edu
  19. X-Newsreader: Gnus v5.3/Emacs 19.34
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8494
  21.  
  22. I wrote:
  23. > I have compiled ckermit 6.0.192 using the cygnus b19.1 tools under
  24. > windows 95. As a start I used the linux make and removed the curses
  25. > and tcp stuff. The compilation completed without a hitch. I can run
  26. > the program, but I am having difficulty getting to the serial
  27. > ports. 
  28.  
  29. After I compiled with -DNOUUCP and fixed the way I mounted COM1 and
  30. COM2, serial transfer worked like a charm on a few simple tests.
  31. Currently, the command line gets a little garbled. But that is
  32. probably pretty easy to fix. Now, if I can go back and fix uucp lock
  33. files, ncurses, and tcp, the end result should be pretty nice.
  34.  
  35. Skip Collins